Learn R Programming

ScottKnottESD (version 1.2.2)

"check.ANOVA.assumptions": Check basic ANOVA assumptions

Description

Check the normality assumption of the input dataset using the Shapiro test and the homogeneity of variances assumption of the input dataset using the Levene's test.

Usage

check.ANOVA.assumptions(x, alpha = 0.05, ...)

Arguments

x

A wide-format data frame.

alpha

The significance level.

...

Optional parameters.

Value

A wide-format data frame.

Examples

Run this code
# NOT RUN {
check.ANOVA.assumptions(example)

# }

Run the code above in your browser using DataLab